home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscDragViews / MiscViewsPalette.h < prev    next >
Encoding:
Text File  |  1995-04-12  |  299 b   |  16 lines

  1. // Copyright (C) 1995 Robert Todd Thomas
  2. // Use is governed by the MiscKit license
  3.  
  4. #import <apps/InterfaceBuilder.h>
  5.  
  6. @interface MiscViewsPalette:IBPalette 
  7. {
  8.     id  well1;        // IB connections to the wells so I can set their
  9.     id  well2;        // border types on the palette.
  10. }
  11.  
  12. - finishInstantiate;
  13.  
  14. @end
  15.  
  16.